home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / SALE24.ARJ / TEST.SC < prev    next >
Text File  |  1992-05-02  |  674b  |  18 lines

  1. errorproc = "foo"
  2. proc foo()
  3. if errorcode() = 43 then 
  4.  error_message("Your printer's not responding.  Press any key.","",500)
  5.  debug
  6.  return 1
  7.  endif
  8. endproc
  9.  
  10. reporter(
  11.   "accts",      ;table2use,        ;The table to report from
  12.    "1",         ;report2use,       ;The report to be used
  13.    "option",    ;destination,      ;Where to send the report
  14.    "condensed", ;printstyle2use,   ;Condensed, 10-Pitch, or As-Is
  15.    false,       ;continuous,       ;True=>Page Length = "c"
  16.    "config",    ;configTable,      ;System configuration file
  17.    "",          ;specialReportProc,;Special report proc name
  18.    "")          ;filename.to.use)  ;Name of file to create